Click or drag to resize

Bye Constructor (Dialog)

Initializes a new instance of the Bye class from the specified dialog.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Bye(
	Dialog dialog
)

Parameters

dialog
Type: Independentsoft.SipDialog
A dialog represents session to terminate.
See Also